Remove .vscode config, BACKLOG.md and move upload.py#33
Conversation
📝 WalkthroughWalkthroughRemoved VSCode workspace configuration files containing debugging and Python testing settings, deleted a backlog document, and updated the CLI module to import the upload wrapper from a different source module. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5–10 minutes
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hi @gg46ixav! Why the cleanup? I agree the repo is messy and could use some organization, but I'm curious why you decided to start this now. From what I saw, you mainly changed a path and deleted three files. Is there a specific reason for removing them besides the fact that they’re currently unused? Just asking out of interest 👍 |
The cleanup was assigned to me by @Vehnem. The vscode folder does obviously not belong in the repo. The Backlog file adds no functionality - it is just info which was moved to an issue. The upload.py was moved because it looked like there were 2 existing clients (one especially for the nextcloud) which is not the case. |
Summary by CodeRabbit